Skip to content

chore(deps): bump jackson.version from 2.21.2 to 2.22.0 in /dhis-2 - #24072

Closed
dependabot[bot] wants to merge 1 commit into
2.41from
dependabot-maven-dhis-2-2.41-jackson.version-2.22.0
Closed

chore(deps): bump jackson.version from 2.21.2 to 2.22.0 in /dhis-2#24072
dependabot[bot] wants to merge 1 commit into
2.41from
dependabot-maven-dhis-2-2.41-jackson.version-2.22.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps jackson.version from 2.21.2 to 2.22.0.
Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.21.2 to 2.22.0

Commits
  • 4c702ae [maven-release-plugin] prepare release jackson-dataformat-xml-2.22.0
  • e6a9a50 Prep for 2.22.0 release
  • 80735f2 Merge branch '2.21' into 2.x
  • 5e5f3fa Post-release dep version bump
  • 4c482a6 [maven-release-plugin] prepare for next development iteration
  • e29dfd9 [maven-release-plugin] prepare release jackson-dataformat-xml-2.21.4
  • 5d81f46 Prep for 2.21.4 release
  • 5db34fe Merge branch '2.20' into 2.21
  • a12b8df Merge branch '2.19' into 2.20
  • 7ae7fdb Merge branch '2.18' into 2.19
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.22.0

Commits
  • 112e859 [maven-release-plugin] prepare release jackson-bom-2.22.0
  • 2cae2ce Prep for 2.22.0 release
  • 7955d21 Merge branch '2.21' into 2.x
  • 8922a05 Post-release dep version bump
  • 1fa9943 [maven-release-plugin] prepare for next development iteration
  • d1abd31 [maven-release-plugin] prepare release jackson-bom-2.21.4
  • 2aaea43 Prep for 2.21.4 release
  • 902ec69 Update Woodstox/stax2-api (to 7.2.0/4.3.0)
  • 2570647 Merge branch '2.21' into 2.x
  • 9d3a9d5 Post-release dep version bump
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps `jackson.version` from 2.21.2 to 2.22.0.

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.21.2 to 2.22.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.21.2...jackson-dataformat-xml-2.22.0)

Updates `com.fasterxml.jackson:jackson-bom` from 2.21.2 to 2.22.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.21.2...jackson-bom-2.22.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-version: 2.22.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 1, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) June 1, 2026 01:05
@stian-sandvold

Copy link
Copy Markdown
Contributor

Holding this — Jackson 2.22.0 was never completely released to Maven Central, so this bump cannot resolve.

Jackson decoupled its module version trains around 2.20. In the 2.22.0 train, jackson-databind, jackson-dataformat-xml and jackson-bom were published on 2026-06-01, but jackson-core 2.22.0 got stuck in Sonatype publishing and never landedjackson-core's maven-metadata.xml still shows <release>2.21.4</release>, and Central 404s jackson-core:2.22.0.

The trap: jackson-bom:2.22.0 pins jackson.version.core = 2.22.0, so importing the BOM (this PR) forces a jackson-core:2.22.0 that doesn't exist. That's why every suite here fails at dependency resolution:

Could not find artifact com.fasterxml.jackson.core:jackson-core:jar:2.22.0

Reference — maintainers confirm the stuck Sonatype deploy: FasterXML/jackson#367

"I pushed 'jackson-core' release along with everything else but while other components succeeded, jackson-core is stuck -- not failed, stuck."

and add:

"The most important changes are in 2.21.4. I wouldn't worry too much about upgrading to 2.22.0."

(2.22.1 is suggested upstream as the eventual fix.) No CVE is fixed or introduced between 2.21.x and 2.22.0, so there's no urgency. Recommend closing/holding until jackson-core 2.22.x (likely 2.22.1) is published, then re-attempting the whole train together.

Related PRs blocked by the same incomplete release: #24072, #24055, #24056, #24060, #24062.

@dependabot @github

dependabot Bot commented on behalf of github Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot-maven-dhis-2-2.41-jackson.version-2.22.0 branch July 24, 2026 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants